I have seen that vavoom executable segfaults if it has been launched from a directory different from that one containing WADS fles.
It seems to not find WADS files, and die with a segfault error. I know it's not a bug, perhaps it is a bit frustrating have to enter in that directory and run the executable.
Is it possible to tell to vavoom executable where are stored the WAD files?
I have installed Vavoom in a Gentoo installation, data files are in
/usr/share/games/vavoom, bin is in
/usr/games/bin; i would like to run Vavoom simply with (example):
vavoom -doom -opengl -window
instead of
cd /usr/share/games/vavoom
vavoom -doom -opengl -window